int ggggllllXXXXQQQQuuuueeeerrrryyyyCCCCoooonnnntttteeeexxxxtttt( Display *_d_p_y,
GLXContext _c_t_x,
int _a_t_t_r_i_b_u_t_e,
int *_v_a_l_u_e )
PPPPAAAARRRRAAAAMMMMEEEETTTTEEEERRRRSSSS
_d_p_y Specifies the connection to the X server.
_c_t_x Specifies a GLX rendering context.
_a_t_t_r_i_b_u_t_e Specifies that a context parameter should be retrieved. Must
be one of GGGGLLLLXXXX____FFFFBBBBCCCCOOOONNNNFFFFIIIIGGGG____IIIIDDDD, GGGGLLLLXXXX____RRRREEEENNNNDDDDEEEERRRR____TTTTYYYYPPPPEEEE, or GGGGLLLLXXXX____SSSSCCCCRRRREEEEEEEENNNN.
_v_a_l_u_e Contains the return value for _a_t_t_r_i_b_u_t_e.
DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
ggggllllXXXXQQQQuuuueeeerrrryyyyCCCCoooonnnntttteeeexxxxtttt sets _v_a_l_u_e to the value of _a_t_t_r_i_b_u_t_e with respect to _c_t_x.
_a_t_t_r_i_b_u_t_e may be one of the following:
GGGGLLLLXXXX____FFFFBBBBCCCCOOOONNNNFFFFIIIIGGGG____IIIIDDDD Returns the XID of the GLXFBConfig associated with
_c_t_x.
GGGGLLLLXXXX____RRRREEEENNNNDDDDEEEERRRR____TTTTYYYYPPPPEEEE Returns the rendering type supported by _c_t_x.
GGGGLLLLXXXX____SSSSCCCCRRRREEEEEEEENNNN Returns the screen number associated with _c_t_x.
SSSSuuuucccccccceeeessssssss is returned unless _a_t_t_r_i_b_u_t_e is not a valid GLX context
attribute, in which case GGGGLLLLXXXX____BBBBAAAADDDD____AAAATTTTTTTTRRRRIIIIBBBBUUUUTTTTEEEE is returned.
This call may cause a round-trip to the server.
NNNNOOOOTTTTEEEESSSS
ggggllllXXXXQQQQuuuueeeerrrryyyyCCCCoooonnnntttteeeexxxxtttt is available only if the GLX version is 1.3 or greater.
If the GLX version is 1.1 or 1.0, the GL version must be 1.0. If the GLX
version is 1.2, then the GL version must be 1.1. If the GLX version is
1.3, then the GL version must be 1.2.
EEEERRRRRRRROOOORRRRSSSS
GGGGLLLLXXXXBBBBaaaaddddCCCCoooonnnntttteeeexxxxtttt is generated if _c_t_x does not refer to a valid context.